Centralize CI on SciML reusable workflows#102
Merged
ChrisRackauckas merged 1 commit intoJun 3, 2026
Conversation
Convert all CI to the centralized SciML/.github reusable workflows (pinned @v1, every caller gets `secrets: "inherit"`): - Documentation.yml: inline -> documentation.yml@v1 - Downgrade.yml: inline -> downgrade.yml@v1 (julia 1.10, skip Pkg,TOML, allow-reresolve false) - FormatCheck.yml -> Runic.yml: inline runic-action -> runic.yml@v1 - SpellCheck.yml: added spellcheck.yml@v1 (was missing) - ci.yml already used tests.yml@v1 (unchanged) Also fix one typo (Explcit -> Explicit) and add _typos.toml for the pn/qn polynomial-coefficient false positives. dependabot.yml updated: github-actions weekly, julia daily grouped as all-julia-packages. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please ignore until reviewed by @ChrisRackauckas.
Converts all CI to the centralized SciML reusable workflows (pinned
@v1, every caller hassecrets: "inherit"), matching the Sundials.jl end-state.Converted (inline -> central caller)
documentation.yml@v1(preserves docs deploy behavior incl. coverage;DOCUMENTER_KEY/GITHUB_TOKENnow flow viasecrets: inherit).downgrade.yml@v1withjulia-version: "1.10",skip: "Pkg,TOML",allow-reresolve: false(preserves the oldALLOW_RERESOLVE: false).runic.yml@v1(kept the existingname: format-checkandon:triggers).Added (new caller)
spellcheck.yml@v1(was missing).Unchanged
tests.yml@v1with the exact version x group x os matrix andsecrets: inherit— left as-is.Other
Explcit->Explicitintest/stats.jl). Added_typos.tomlallowingpn/qn(rational/polynomial coefficient notation[p0...pn, q1...qn], domain false positives).typos .exits clean.dependabot.yml:github-actionsweekly at/;juliadaily at/grouped asall-julia-packages(["*"]).Warning
Check names change (e.g. the Runic/Downgrade/Documentation jobs now run under the reusable-workflow job names). Branch-protection required-status-checks will need updating to the new names.
🤖 Generated with Claude Code